home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Battlezone II / Disk1 / data1.cab / Program_Executable_Files / data.pak / effects_explosions_xplahit.odf < prev    next >
Encoding:
Text File  |  1999-08-25  |  1.4 KB  |  67 lines

  1. // ===============
  2. // PLASMA BALL HIT
  3. // ===============
  4.  
  5. [ExplosionClass]
  6. classLabel = "explosion"
  7.  
  8. particleTypes = 3
  9. particleClass1 = "xplahit.core"
  10. particleCount1 = 1
  11. particleVeloc1 = "0.0 0.0 0.0"
  12. particleClass2 = "xplahit.puff"
  13. particleCount2 = 20
  14. particleVeloc2 = "30.0 30.0 30.0"
  15. particleClass3 = "xplahit.light"
  16. particleCount3 = 1
  17. particleVeloc3 = "0.0 0.0 0.0"
  18.  
  19.  
  20. explSound = "xfire1.wav"
  21. damageRadius = 20.0
  22.  
  23. damageValue(N) = 75 // none
  24. damageValue(L) = 60 // light
  25. damageValue(H) = 50 // heavy
  26.  
  27. damageValue(S) = 60 // standard
  28. damageValue(D) = 75 // deflection
  29. damageValue(A) = 50 // absorbtion
  30.  
  31. [Core]
  32. simulateBase = "sim_null"
  33. lifeTime = 1.0
  34. renderBase = "draw_twirl"
  35. textureName = "flame.tga"
  36. textureBlend = "one one modulate"
  37. startColor = "255 63 255 255"
  38. finishColor = "0 0 255 0"
  39. startRadius = 2.0
  40. finishRadius = 20.0
  41. animateTime = 1.0
  42.  
  43. [Puff]
  44. simulateBase = "sim_smoke"
  45. lifeTime = 1.0
  46. renderBase = "draw_twirl"
  47. textureName = "flame.tga"
  48. textureBlend = "one one modulate"
  49. startColor = "255 63 255 255"
  50. finishColor = "0 0 255 0"
  51. startRadius = 2.0
  52. finishRadius = 0.2
  53. animateTime = 1.0
  54.  
  55. [Light]
  56. simulateBase = "sim_null"
  57. lifeTime = 1.0
  58. renderBase = "draw_light"
  59. startColor = "255 63 255 1275"
  60. finishColor = "0 0 255 0"
  61. startRadius = 40.0
  62. finishRadius = 40.0
  63. animateTime = 1.0
  64. attenuateConstant = 0.0
  65. attenuateLinear = 1.0
  66. attenuateQuadratic = 0.0
  67.